org.eclipse.vtp.desktop.projects.core
Class DatabaseTableEditorInput

java.lang.Object
  extended by org.eclipse.ui.part.FileEditorInput
      extended by org.eclipse.vtp.desktop.projects.core.DatabaseTableEditorInput
All Implemented Interfaces:
org.eclipse.core.runtime.IAdaptable, org.eclipse.ui.IEditorInput, org.eclipse.ui.IFileEditorInput, org.eclipse.ui.IPathEditorInput, org.eclipse.ui.IPersistable, org.eclipse.ui.IPersistableElement, org.eclipse.ui.IStorageEditorInput, org.eclipse.ui.IURIEditorInput

public class DatabaseTableEditorInput
extends org.eclipse.ui.part.FileEditorInput

Author:
Trip

Constructor Summary
DatabaseTableEditorInput(IDatabaseTable databaseTable)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 boolean exists()
           
 java.lang.Object getAdapter(java.lang.Class adapter)
           
 IDatabaseTable getDatabaseTable()
           
 org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
           
 java.lang.String getName()
           
 org.eclipse.ui.IPersistableElement getPersistable()
           
 java.lang.String getToolTipText()
           
 
Methods inherited from class org.eclipse.ui.part.FileEditorInput
getFactoryId, getFile, getPath, getStorage, getURI, hashCode, saveState, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DatabaseTableEditorInput

public DatabaseTableEditorInput(IDatabaseTable databaseTable)
Method Detail

exists

public boolean exists()
Specified by:
exists in interface org.eclipse.ui.IEditorInput
Overrides:
exists in class org.eclipse.ui.part.FileEditorInput

getImageDescriptor

public org.eclipse.jface.resource.ImageDescriptor getImageDescriptor()
Specified by:
getImageDescriptor in interface org.eclipse.ui.IEditorInput
Overrides:
getImageDescriptor in class org.eclipse.ui.part.FileEditorInput

getName

public java.lang.String getName()
Specified by:
getName in interface org.eclipse.ui.IEditorInput
Overrides:
getName in class org.eclipse.ui.part.FileEditorInput

getPersistable

public org.eclipse.ui.IPersistableElement getPersistable()
Specified by:
getPersistable in interface org.eclipse.ui.IEditorInput
Overrides:
getPersistable in class org.eclipse.ui.part.FileEditorInput

getToolTipText

public java.lang.String getToolTipText()
Specified by:
getToolTipText in interface org.eclipse.ui.IEditorInput
Overrides:
getToolTipText in class org.eclipse.ui.part.FileEditorInput

getAdapter

public java.lang.Object getAdapter(java.lang.Class adapter)
Specified by:
getAdapter in interface org.eclipse.core.runtime.IAdaptable
Overrides:
getAdapter in class org.eclipse.ui.part.FileEditorInput

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class org.eclipse.ui.part.FileEditorInput

getDatabaseTable

public IDatabaseTable getDatabaseTable()